Create multiple users
{ createUsers }
Adds multiple users.
Method
/API3/access/createUsers
- Enterprise Admin
- Domain Admin
Input Parameters
Name
userList
Object Type
Description
Represents a user to be updated in the system
Output Response
Successful Result Code
200
Response Type
Description of Response Type
Generic API response object with success or failure flag and related messages.
Notes
Create a list of users for efficient loading of many users in a single step. First create the User object with all its settings.
Examples
Code Snippets
Use the Authentication API methods to generate an access 'key' or 'token' for use in code as shown below.
TypeScript
Curl
Java
C#
Python
PHP